(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/icon.h>
BOOL PutDefDiskObject()
SYNOPSIS
struct DiskObject * diskObject

LOCATION
In IconBase at offset 21
FUNCTION
Puts a new default icon for a certain type.

INPUTS
diskObject
diskObject struct describing icon to put as new default icon.
RESULT
TRUE if success, else FALSE. Error may be obtained via IoErr().

NOTES
EXAMPLE
BUGS
SEE ALSO
GetDefDiskObject(), PutDiskObject()
INTERNALS
HISTORY
03.02.1997 digulla
New library icon.library by N.H. Lorentzen